home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Interview.dir / Internal_49.ls < prev    next >
Encoding:
Text File  |  1997-01-22  |  601 b   |  13 lines

  1. on exitFrame
  2.   global respuestaActual, idioma, subtitulos
  3.   updateStage()
  4.   set the movieRate of sprite 18 to 1
  5.   set the text of field "subtitulo" to " "
  6.   set respuestaActual to char the number of chars in the fileName of cast the castNum of sprite 18 - 5 to the number of chars in the fileName of cast the castNum of sprite 18 - 4 of the fileName of cast the castNum of sprite 18
  7.   set file to new(xtra("fileio"))
  8.   set x to openFile(file, the pathName & "subtit" & "\" & idioma & "\" & respuestaActual & ".txt", 0)
  9.   set subtitulos to readFile(file)
  10.   set x to closeFile(file)
  11.   updateStage()
  12. end
  13.